BSDK.NET - BlomURBEX 3D Data Provider Software Development Kit
Public Member Functions
BSDKW::BAttributesReceiver Class Reference

Abstract class that is capable to receive a set of attributes. More...

List of all members.

Public Member Functions

abstract void SetAttribute (string varname, bool[] value)
 Sets an attribute.
abstract void SetAttribute (string varname, byte[] value)
abstract void SetAttribute (string varname, int[] value)
abstract void SetAttribute (string varname, double[] value)
abstract void SetAttribute (string varname, string[] value)

Detailed Description

Abstract class that is capable to receive a set of attributes.


Member Function Documentation

abstract void BSDKW::BAttributesReceiver::SetAttribute ( string  varname,
bool[]  value 
) [pure virtual]

Sets an attribute.

Client application implementation should be ready to receive unknown attribute names.

Parameters:
varnameAttribute name
valueAttribute values
abstract void BSDKW::BAttributesReceiver::SetAttribute ( string  varname,
string[]  value 
) [pure virtual]
abstract void BSDKW::BAttributesReceiver::SetAttribute ( string  varname,
double[]  value 
) [pure virtual]
abstract void BSDKW::BAttributesReceiver::SetAttribute ( string  varname,
int[]  value 
) [pure virtual]
abstract void BSDKW::BAttributesReceiver::SetAttribute ( string  varname,
byte[]  value 
) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events